home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / prnmain / demo.dfm next >
Text File  |  1996-04-08  |  2KB  |  86 lines

  1. {******* demo.dfm *******}
  2.  
  3. object PrintForm: TPrintForm
  4.   Left = 104
  5.   Top = 90
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Print Demonstration'
  9.   ClientHeight = 317
  10.   ClientWidth = 427
  11.   Color = clSilver
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.  
  19.   OnCreate = FormCreate
  20.   TextHeight = 16
  21.   object Button1: TButton
  22.     Left = 276
  23.     Top = 270
  24.     Width = 61
  25.     Height = 33
  26.     Caption = '&Print'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 342
  32.     Top = 270
  33.     Width = 61
  34.     Height = 33
  35.     Cancel = True
  36.     Caption = '&Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.     OnClick = Button2Click
  40.   end
  41.   object PixelsPerInch: TPanel
  42.     Left = 6
  43.     Top = 12
  44.  
  45.     Width = 415
  46.     Height = 25
  47.     TabOrder = 2
  48.   end
  49.   object PixelsPerPage: TPanel
  50.     Left = 6
  51.     Top = 42
  52.     Width = 415
  53.     Height = 25
  54.     TabOrder = 3
  55.   end
  56.   object Gutters: TPanel
  57.     Left = 6
  58.     Top = 72
  59.     Width = 415
  60.     Height = 25
  61.     TabOrder = 4
  62.   end
  63.   object LineHeight: TPanel
  64.     Left = 6
  65.     Top = 102
  66.     Width = 415
  67.     Height = 25
  68.     TabOrder = 5
  69.   end
  70.   object FontInformation: TPanel
  71.     Left = 6
  72.     Top = 132
  73.     Width = 415
  74.  
  75.     Height = 25
  76.     TabOrder = 6
  77.   end
  78.   object LinesInDetailArea: TPanel
  79.     Left = 6
  80.     Top = 162
  81.     Width = 415
  82.     Height = 25
  83.     TabOrder = 7
  84.   end
  85. end
  86.